home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Akce / Quartet / Main / LEXICON.SWF / scripts / DefineButton2_67 / BUTTONCONDACTION on(release).as < prev    next >
Encoding:
Text File  |  2002-07-11  |  119 b   |  7 lines

  1. on(release){
  2.    stopAllSounds();
  3.    gotoAndStop(12);
  4.    set("_parent:snd",0);
  5.    set("_parent:sndFirstRun",0);
  6. }
  7.